Calling a function from an action

Calling a function from an action is done in 3 steps...
  1. Setting a return type
  2. Setting arguments
  3. Calling the function
The returned value (if any) can then be retrieved from an expression.

Example: